-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change restrictor for Orgaadmin #4382
base: main
Are you sure you want to change the base?
Conversation
7b6721d
to
2ede1f4
Compare
...es/committee-detail-view/components/committee-detail-view/committee-detail-view.component.ts
Outdated
Show resolved
Hide resolved
A-E is not wanted for the Orgaadmin An Orgadmin should not be able to delete meetings if the meeting is locked from inside and an Orgaadmin should not be able to dublicate a meeting which is locked from inside |
The PR still needs to make sure that locked meetings are displayed correctly From a Comment from the backend: |
we (@bastianjoel and @Elblinator) talked about this requirement. Why did I change the requirment: |
baec77c
to
8bf12a9
Compare
@@ -145,7 +145,7 @@ | |||
<span>{{ 'Public template' | translate }}</span> | |||
</button> | |||
} | |||
@if (!isLockedFromInside) { | |||
@if (canEditMeetingSettings()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not be used directly within a template which does not use OnPush
.
closes #4380
You need
OpenSlides/openslides-autoupdate-service#1053merged now use mainOpenSlides/openslides-backend#2744
Additional wanted:
An Orgaadmin should only be allowed to delete and dublicate a meeting if they have the "meeting.can_manage_settings" from this meeting
This PR is allowing an orgaadmin to see every data, option etc. if they should be able to see it. To give an Orga admin the possibility to use all action the backend needs to be changed as well